home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’92 / Run & Stumpy / source / specs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-18  |  208 b   |  6 lines  |  [TEXT/MPS ]

  1. #include "inttypes.h"
  2.  
  3. extern OSErr rootfsspec( const Str31& name, FSSpec& );
  4. extern OSErr rootfsspec( int16 vrefnum, FSSpec& );
  5. extern OSErr childfsspec( const FSSpec& parent, const Str255& name, FSSpec& );
  6.